Click or drag to resize

CompoundFileSave Method (Stream)

Saves this compound file to the specified stream.

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public void Save(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream.
See Also